home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / interinstall / netcom.iimod < prev    next >
Text File  |  1995-08-25  |  1KB  |  37 lines

  1. #MODULE FOR iNTERiNSTALL 1.51 -  Netcom (netcom.com)
  2. # Submitted by Mike Reid (73727.1143@compuserve.com)
  3. # Modified by Chris Laprise (supplied domain name didn't look like
  4. # it would work for all Netcom customers).
  5. #
  6. ECHO OFF
  7. TIMEOUT 3600    ; Set maximum wait time (in ticks)
  8. REDIAL "BUSY"   ; Redial on busy signal
  9. DELAY 100
  10. SEND ""
  11. DELAY 50
  12. ;INSTALL Enter the modem initialization command
  13. SEND "$RESPONSE"     ; Initialize the modem
  14. DELAY 20
  15. WAIT "K"        ; Wait for the OK
  16. ;INSTALL Enter the telephone number for Netcom
  17. SEND "ATDT$RESPONSE" ; Dial
  18. DELAY 20
  19. WAIT "CT"       ; Wait for connect
  20. DELAY 50
  21. WAIT "ogin:"        ; Wait for Name:
  22. ;INSTALL Enter your user name (case sensitive)
  23. SEND "#$RESPONSE" ; Send your User ID
  24. DELAY 20
  25. WAIT "d:"         ; Wait for Password:
  26. ;INSTALL Enter your password
  27. SEND "$RESPONSE" ; Send your password
  28. DELAY 50
  29. #END
  30.  
  31. ; Domain names
  32. ;INSTALL Enter your domain name (ex: ns1.ix.netcom.com)
  33. DOMAIN $RESPONSE
  34. ; Name servers
  35. NAMESERVER 199.182.120.203
  36. NAMESERVER 199.182.120.202
  37.